Attach All Files in Session | attachAllFilesInSession | botdojo/types/boolean | When true, all files uploaded in a session (for chat when a user attaches files) it will automatically be added to the code interpreter environment | null | ✅ |
Attach Files to Code Interpreter | attachFiles | botdojo/types/boolean | When enabled, an optional "Files" input parameter will appear on the node. When provided, the files will be added to the code interpreter environment | null | ✅ |
Tool Name | toolName | botdojo/types/string | default tool name: code_interpreter | null | ✅ |
Tool Description | toolDescription | botdojo/types/string | default tool description: Make sure you're passing in JSON with the "code" property containing the Python code. When you send a message containing Python code, it will be executed in a stateful Jupyter notebook environment. Python will respond with the output of the execution or time out after 120.0 seconds. Files can be read and saved in the /home/user/ directory. | null | ✅ |
Notebook Key | notebookKey | botdojo/types/string | (Optional) Key to store the notebook in the session state | null | ✅ |